SftTree/NET 2.0

HierarchyColorStyle Property, SftTree Class

Softel vdm, Inc.

Defines whether the hierarchy area, in the hierarchy column, inherits the cell's background color.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property HierarchyColorStyle As HierarchyColorStyleEnum

C#   

public HierarchyColorStyleEnum HierarchyColorStyle { get; set; }

C++   

public: property HierarchyColorStyleEnum HierarchyColorStyle {
        HierarchyColorStyleEnum get();
        void set(HierarchyColorStyleEnum value);
}

Property Value

The hierarchy color style.

HierarchyColorStyleEnum

Value

Description

Inherit

0

The area left of the cell contents of the cell in the hierarchy column inherits the cell's background color. The column or cell specific colors of the hierarchy column are used. The properties used are (in order of relevance) CellBaseClass.BackColor, ItemClass.BackColor, ColumnClass.BackColor, BackColor, BackColorOdd, HierarchyAreaColor.

AsDefined

1

The area left of the cell contents of the cell in the hierarchy column does not inherit the cell's background color. The colors defined using the HierarchyAreaColor property is used.

The default value is HierarchyColorStyleEnum.Inherit.

Comments

The HierarchyColorStyle property defines whether the hierarchy area, in the hierarchy column, inherits the cell's background color.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com